Verbose Test ^^^^^ **Definition:** * A test method with more than 30 lines. It may indicate that the method has several responsibilities, impacting the test method maintenance. **Also Known As:** * Obscure Test **References:** .. admonition:: Quality attributes * :octicon:`file-code;1em` - Code Example * :octicon:`comment-discussion;1em` - Cause and Effect * :octicon:`graph;1em` - Frequency * :octicon:`sync;1em` - Refactoring * `Automatic Identification of High-Impact Bug Report by Product and Test Code Quality `_ * `Automatic generation of smell-free unit tests `_ :octicon:`comment-discussion;1em` * `Handling Test Smells in Python: Results from a Mixed-Method Study `_ * `Investigating Severity Thresholds for Test Smells `_ :octicon:`comment-discussion;1em` * `On the diffusion of test smells and their relationship with test code quality of Java projects `_ :octicon:`graph;1em` * `On the influence of Test Smells on Test Coverage `_ * `On the test smells detection: an empirical study on the jnose test accuracy `_ :octicon:`graph;1em` * `On the use of test smells for prediction of flaky tests `_ :octicon:`comment-discussion;1em` :octicon:`graph;1em` * `Smart prediction for refactorings in the software test code `_ :octicon:`graph;1em` * `TEMPY: Test Smell Detector for Python `_ :octicon:`graph;1em` * `Test Smell Detection Tools: A Systematic Mapping Study `_ * `TestQ: Exploring Structural and Maintenance Characteristics of Unit Test Suites `_